crypto/tls.serverHelloMsg.ocspStapling (field)
7 uses
crypto/tls (current package)
handshake_client.go#L665: if !hs.serverHello.ocspStapling {
handshake_client_tls13.go#L188: if hs.serverHello.ocspStapling ||
handshake_messages.go#L719: ocspStapling bool
handshake_messages.go#L741: if m.ocspStapling {
handshake_messages.go#L902: m.ocspStapling = true
handshake_server.go#L555: hs.hello.ocspStapling = true
handshake_server.go#L580: if hs.hello.ocspStapling {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |